home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2006 February
/
Gamestar_81_2006-02_dvd.iso
/
Red Shark
/
Missions
/
Mission_14
/
Atmosphere.script
next >
Wrap
Text File
|
2001-11-14
|
841b
|
23 lines
//-------------------------------------------------------------------
//
// This code is copyright 2001 by G5 Software.
// Any unauthorized usage, either in part or in whole of this code
// is strictly prohibited. Violators WILL be prosecuted to the
// maximum extent allowed by law.
//
//-------------------------------------------------------------------
class CEliminateDescentMission_Atmosphere
{
vector SunDirection = vector(-0.001, -0.907, -0.421);
color SunColor = color(2.0, 1.59, 1.46, 1.0);
color ContrSunColor = SunColor * 0.3;
float FogNear = 1500.0;
float FogFar = 4000.0;
color FogColorXPos = color(0.56, 0.58, 0.54);
color FogColorXNeg = color(0.56, 0.58, 0.54);
color FogColorYPos = color(0.56, 0.58, 0.54);
color FogColorYNeg = color(0.56, 0.58, 0.54);
}